#ChildsList {
    overflow: hidden;
    border-bottom: 2px solid #999999 !important;
}

#ChildsList .swiper-slide span {
    transition: all .3s ease;
    display: block;
    padding: 3px 5px;
}

#ChildsList .active span {
    /*  transform: scale(1.1);*/
    color: #fff;
    background-color: rgb(199, 40, 32);
    padding: 3px 5px;
    border-radius: 5px;
}

.swiper-wrapper>div {
    cursor: pointer;
}

#ChildsList .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#ChildsList .swiper-slide {
    padding: 0 5px;
    letter-spacing: 2px;
    width: auto;
    text-align: center;
    font-size: 1em;
}

@media (min-width: 768px) {
    .Childs {
        position: fixed;
        z-index: 9999;
        background: #fff;
        top: 70px;
    }
    #ChildsList {
        padding: 3px 0;
        border-bottom: 1px solid #ccc !important;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .containerchilds {
        width: 933px;
    }
}

@media (min-width: 992px) {
    .containerchilds {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .containerchilds {
        width: 1243px;
    }
}


@media (max-width: 767px){
    .Childs{
        position: fixed;
    z-index: 9999;
    background: #fff;
    }
    #ChildsList{
        padding: 3px 0px;
    }
}